home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue38 / BuildPro / COMMON FORMS / AboutMyProduct.dfm / AboutMyProduct.txt next >
Text File  |  1998-04-21  |  2KB  |  94 lines

  1. object AboutBox: TAboutBox
  2.   Left = 311
  3.   Top = 258
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 152
  8.   ClientWidth = 258
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 241
  22.     Height = 105
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 32
  29.       Height = 32
  30.       AutoSize = True
  31.       Picture.Data = {<image000.ico>}
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 56
  36.       Top = 8
  37.       Width = 54
  38.       Height = 13
  39.       Caption = 'My Product'
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 176
  44.       Top = 8
  45.       Width = 53
  46.       Height = 13
  47.       Caption = 'Version 1.0'
  48.       IsControl = True
  49.     end
  50.     object Copyright: TLabel
  51.       Left = 56
  52.       Top = 27
  53.       Width = 135
  54.       Height = 13
  55.       Caption = 'Copyright My Company 1998'
  56.       IsControl = True
  57.     end
  58.     object Comments: TLabel
  59.       Left = 8
  60.       Top = 48
  61.       Width = 92
  62.       Height = 13
  63.       Caption = 'Comments: buy me!'
  64.       WordWrap = True
  65.       IsControl = True
  66.     end
  67.     object lblDebug: TLabel
  68.       Left = 8
  69.       Top = 64
  70.       Width = 60
  71.       Height = 13
  72.       Caption = 'Debug build.'
  73.     end
  74.     object lblAssertions: TLabel
  75.       Left = 8
  76.       Top = 80
  77.       Width = 119
  78.       Height = 13
  79.       Caption = 'Compiled with Assertions.'
  80.     end
  81.   end
  82.   object OKButton: TButton
  83.     Left = 96
  84.     Top = 120
  85.     Width = 65
  86.     Height = 26
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 1
  91.     IsControl = True
  92.   end
  93. end
  94.